projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3022543
)
Add prototype for create_menus.
author
Andreas Schwab
<schwab@suse.de>
Thu, 13 Mar 2003 00:07:29 +0000
(
00:07
+0000)
committer
Andreas Schwab
<schwab@suse.de>
Thu, 13 Mar 2003 00:07:29 +0000
(
00:07
+0000)
src/gtkutil.c
patch
|
blob
|
history
diff --git
a/src/gtkutil.c
b/src/gtkutil.c
index d733a47665499caa5ec230b350fb028d4542aa71..cb7bb1d869a0e33e63e362be05bb1c45040de8bd 100644
(file)
--- a/
src/gtkutil.c
+++ b/
src/gtkutil.c
@@
-1344,6
+1344,10
@@
xg_create_one_menuitem (item, f, select_cb, highlight_cb, cl_data, group)
return w;
}
+static GtkWidget *create_menus P_ ((widget_value *, FRAME_PTR, GCallback,
+ GCallback, GCallback, int, int, int,
+ GtkWidget *, xg_menu_cb_data *, char *));
+
/* Create a full menu tree specified by DATA.
F is the frame the created menu belongs to.
SELECT_CB is the callback to use when a menu item is selected.